Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly)

Show in webframe

StartStreaming Method






User state information which will be passed to the abstract methods.
Starts the process of streaming.
Syntax
public void StartStreaming( 
   TServiceState state
)
'Declaration
 
Public Sub StartStreaming( _
   ByVal state As TServiceState _
) 
'Usage
 
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim state As TServiceState
 
instance.StartStreaming(state)

            

            
public:
void StartStreaming( 
   TServiceState^ state
) 

Parameters

state
User state information which will be passed to the abstract methods.
Remarks

Call this method multiple times to continue streaming after all streams have been processed.

Make sure that the ServiceStreamer<TStreamedData,TServiceState> is not busy before calling this method by checking the Busy property.

Calling this method while the ServiceStreamer<TStreamedData,TServiceState> is still busy causes an exception.

Requirements

Target Platforms

See Also

Reference

ServiceStreamer<TStreamedData,TServiceState> Class
ServiceStreamer<TStreamedData,TServiceState> Members

Error processing SSI file